projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f5a05
)
(TRUE, FALSE): Don't define if already defined.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 20:55:04 +0000
(20:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 20:55:04 +0000
(20:55 +0000)
lib-src/b2m.c
patch
|
blob
|
history
diff --git
a/lib-src/b2m.c
b/lib-src/b2m.c
index a6a9022f46287d90870276572a0c465ee99f4560..8fffbf0fd25f41f1ade7f8b520c4adcc02526403 100644
(file)
--- a/
lib-src/b2m.c
+++ b/
lib-src/b2m.c
@@
-30,8
+30,12
@@
/* BSD's strings.h does not declare the type of strtok. */
extern char *strtok ();
+#ifndef TRUE
#define TRUE (1)
+#endif
+#ifndef FALSE
#define FALSE (0)
+#endif
int header = FALSE, printing;
time_t ltoday;